Scheduler for WinForms
Export(Stream,IList<Appointment>,FileFormatEnum) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > C1ScheduleStorage クラス > Export メソッド : Export(Stream,IList<Appointment>,FileFormatEnum) メソッド
A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
System.Collections.Generic.IList`1 to be exported.
The FileFormatEnum value.
Exports the appointments' data to a stream in the specified format.
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal stream As System.IO.Stream, _
   ByVal appointments As System.Collections.Generic.IList(Of Appointment), _
   ByVal format As FileFormatEnum _
) 
public void Export( 
   System.IO.Stream stream,
   System.Collections.Generic.IList<Appointment> appointments,
   FileFormatEnum format
)

パラメータ

stream
A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
appointments
System.Collections.Generic.IList`1 to be exported.
format
The FileFormatEnum value.
参照

C1ScheduleStorage クラス
C1ScheduleStorage メンバ
オーバーロード一覧